Conversation
foundation-models/sap-rpt/src/main/java/com/sap/ai/sdk/foundationmodels/rpt/RptClient.java
Outdated
Show resolved
Hide resolved
Jonas-Isr
left a comment
There was a problem hiding this comment.
Code looks good so far (besides the snapshot in the pomp course). But should we not test this? At least the happy path?
It's already tested in |
Jonas-Isr
left a comment
There was a problem hiding this comment.
Code itself looks good. The thing I am wondering is: IIRC the JS team showed in the demo that they only compress large input, right? And that the user has a choice to disable compression? Is there a reason you did not consider that? And what is your estimate on how breaking it would be to add a choice for the user in the future?
foundation-models/sap-rpt/src/main/java/com/sap/ai/sdk/foundationmodels/rpt/RptClient.java
Outdated
Show resolved
Hide resolved
# Conflicts: # docs/release_notes.md
| "enum": ["gzip"] | ||
| } | ||
| } | ||
| ], |
There was a problem hiding this comment.
Clemens Biehl from SAP RPT will add this header in the spec
Context
AI/ai-sdk-java-backlog#363.
Smaller payload on SAP RPT.
Corresponding Cloud SDK PR:
Feature scope:
Definition of Done